home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 May / PC Direct CD-ROM (May 1995).ISO / ipe / scan / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-18  |  3.4 KB  |  66 lines

  1. @echo off
  2. cls    
  3. echo.   
  4. echo  ╔═══════════════════════════════════════════════════════════════════╗
  5. echo  ║          INSTALLATION OF McAFEE ANTI-VIRUS UTILITIES              ║
  6. echo  ║                                                                   ║
  7. echo  ║   Simple batch installation of the McAfee Anti-Virus Utilities    ║
  8. echo  ║   Version 2.1.3E (2.1.3) Scan, Vshield and associated files.      ║
  9. echo  ║   The document files and some of the less used executables are    ║ 
  10. echo  ║   contained in a self-extracting zip file called COMPRESS.EXE.    ║
  11. echo  ║   The main SCAN.EXE file (with the /CLEAN option if required)     ║
  12. echo  ║   can be run from this write protected diskette.                  ║
  13. echo  ║   This quick installation will copy your files from your          ║
  14. echo  ║   CD drive to your c: drive and place them in a directory called  ║
  15. echo  ║               C:\MCAFEE                                           ║
  16. echo  ║                                                                   ║
  17. echo  ║   If you would like to install to another drive or directory      ║
  18. echo  ║   then please press CONTROL C or break and copy the files from    ║
  19. echo  ║   the CD to your chosen directory and then type COMPRESS.EXE      ║ 
  20. echo  ║   to extract the files contained in the self-extracting zip file  ║
  21. echo  ║   or read COMPRESS.LST.                                           ║
  22. echo  ║                                                                   ║
  23. echo  ║   If you would like to continue then.....                         ║
  24. echo  ╚═══════════════════════════════════════════════════════════════════╝
  25. pause
  26. cls
  27. c:
  28. cd\
  29. mkdir mcafee
  30. cd\mcafee
  31. echo            Copying files.......
  32. echo .
  33. copy %1scan\*.*
  34.  
  35. echo .
  36. echo            Extracting new compressed files..... 
  37. echo .
  38. echo .
  39. compress.exe -o >nul  
  40. cls
  41. del compress.exe
  42. dir /w
  43. pause
  44. cls
  45. echo ╔════════════════════════════════════════════════════════════════════╗
  46. echo ║                                                                    ║
  47. echo ║   To install Scan for Windows do the following:                    ║
  48. echo ║                                                                    ║
  49. echo ║   1. Run Windows                                                   ║
  50. echo ║                                                                    ║
  51. echo ║   2. Open or create a new Windows group.                           ║ 
  52. echo ║                                                                    ║ 
  53. echo ║   3. Create a new file item from the PROGRAM MANAGER main menu.    ║
  54. echo ║                                                                    ║
  55. echo ║   4. Complete the command line as the following:                   ║
  56. echo ║      C:\MCAFEE\WSCAN.EXE                                           ║
  57. echo ║                                                                    ║
  58. echo ║   5. Say OK to save it.                                            ║
  59. echo ║                                                                    ║
  60. echo ║   6. Double Click on the new icon created in the open group.       ║
  61. echo ║                                                                    ║
  62. echo ║   Thank you for using McAfee Associates and IPE Corporation        ║
  63. echo ║                                                                    ║
  64. echo ╚════════════════════════════════════════════════════════════════════╝
  65. pause
  66.